home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 12 / 9 / DISK1298.ZIP / CHAP04.DOC < prev    next >
Text File  |  1988-10-24  |  23KB  |  945 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.              
  8.       CHAPTER  4  -  EDITING
  9.  
  10.  
  11.  
  12.       EDIT COMMAND
  13.  
  14.         _____________________________________________________________________
  15.         >Edit< Search  Print  Files  Windows  Utilities  Quit
  16.         Edit file
  17.         _____________________________________________________________________
  18.  
  19.  
  20.  
  21.       The Edit Command is used to modify an existing record or
  22.       add a new record to an open 3by5 file.  Press [E].  If two
  23.       or more files are open, the program will list the files and
  24.       ask you to enter the number or name of the file that you
  25.       want to edit.  
  26.  
  27.       The program will then display the following at the bottom
  28.       of the screen:
  29.  
  30.         _____________________________________________________________________
  31.         Edit Record:  zzzzz
  32.         Records in file: yyyy
  33.         _____________________________________________________________________
  34.  
  35.  
  36.       Where yyyy is the number of records in the file and zzzzz
  37.       is the number of the record to edit.  The program defaults
  38.       to the number of records in the file plus one.  Pressing
  39.       <Enter> will automatically add another record to the file. 
  40.       Otherwise type in the number of the record you want to
  41.       edit and press <Enter>.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.                                                         21
  52.  
  53.  
  54.       3by5 Chapter 4
  55.  
  56.       3by5 EDITOR
  57.  
  58.       3by5's editor uses many of the same function keys as those
  59.       used by WordPerfect.  Features include:  word wrap, insert
  60.       and delete functions with automatic alignment of text,
  61.       numerous cursor control commands and block copy, move
  62.       and erase commands.  It is not, however, a full word
  63.       processor.
  64.  
  65.       When you first enter the editor, the cursor will be at
  66.       column one of line one.  The 3by5 Status Line at the top
  67.       of the screen will display the name of the file and the
  68.       record number:
  69.  
  70.         _____________________________________________________________________
  71.         3by5 Edit[A:\ADDRESS.3X5]#1
  72.         _____________________________________________________________________
  73.  
  74.  
  75.  
  76.       At the bottom of the screen, the line number and column
  77.       number will be displayed on the right hand side of the 24th
  78.       line:
  79.  
  80.  
  81.         _____________________________________________________________________
  82.                                                           Line 1  Col 1
  83.         <F1> Help  <F7> Commands       Mask ###-##-###
  84.         _____________________________________________________________________
  85.  
  86.  
  87.       The 25th line contains the message 
  88.  
  89.         "<F1> Help  <F7> Commands" 
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.        22
  99.  
  100.  
  101.                                                  EDITING
  102.  
  103.       In the center of the 25th line the field type will be displayed
  104.       along with the format or mask.
  105.  
  106.       For example:    Numeric:  10.2    
  107.                       Date:     mm/dd/yyyy
  108.                       Time:     hh:mm
  109.                       Mask:     ###-##-##
  110.  
  111.       The editor allows you to enter up to 66 lines of text per
  112.       record, regardless of the number of characters (bytes) per
  113.       record.  If you enter more characters than the record will
  114.       hold, the program can save only the number of bytes allocated
  115.       per record.  To determine the number of bytes typed and the
  116.       number of bytes per record, press <Ctrl-F1> and the number of
  117.       bytes in the record will be displayed.
  118.  
  119.  
  120.  
  121.       TEMPORARY TEXT BUFFER
  122.  
  123.       3by5's Editor has one buffer that is used to temporarily store
  124.       blocks of text during copy and cut commands.  The contents of
  125.       this buffer are erased each time you perform a new copy or
  126.       cut command.  
  127.  
  128.       The Search-Copy Command retrieves selected fields from a
  129.       record found during a search and places the text into the
  130.       Temporary Text Buffer.  The contents of the buffer may be
  131.       inserted into any record you are editing.
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.                                                         23
  146.  
  147.  
  148.       3by5 Chapter 4
  149.  
  150.       ENTERING TEXT
  151.  
  152.       To enter text in a new record just type as you would with a
  153.       word processor.  Words that extend beyond the right margin
  154.       are automatically wrapped down to the next line.  Pressing
  155.       <Enter> indicates the end of a paragraph (or block of text) and
  156.       is indicated by a solid, left-pointing triangle.  Text will not
  157.       wrap around an end of paragraph mark.
  158.  
  159.       You may type over text by moving the cursor with the cursor
  160.       control keys to the appropriate position.  Press <Ins> and the
  161.       message "OVER" will appear on the bottom line of the screen. 
  162.       The program is now in overtype mode.  Type the new text you
  163.       want to enter.  If an end of paragraph (solid, left-facing
  164.       triangle) is encountered while over-typing, the program will
  165.       switch to Insert Mode.
  166.  
  167.  
  168.  
  169.       DELETING TEXT ONE CHARACTER AT A TIME
  170.  
  171.       You may delete the character at the current cursor position by
  172.       pressing <Del>.  Each time you press <Del>, a character is
  173.       deleted.  Text is automatically realigned as you delete
  174.       characters.
  175.  
  176.  
  177.  
  178.       BACK SPACE
  179.  
  180.       Pressing the back space key deletes the character to the left
  181.       of the cursor and moves the cursor to the left one space. 
  182.       After backspacing, any movement of the cursor by the arrow
  183.       keys will realign the text.
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.        24
  193.  
  194.  
  195.                                                  EDITING
  196.  
  197.       MOVING THE CURSOR
  198.  
  199.  
  200.       The 3by5 editor allows you to move the cursor by using the
  201.       following keys:
  202.  
  203.       <Rt Arrow> or <Ctrl-D>  cursor right one space
  204.  
  205.       <Lt Arrow> or <Ctrl-S>  cursor left one space
  206.  
  207.       <Up Arrow> or <Ctrl-E>  cursor up one line
  208.  
  209.       <Down Arrow> or <Ctrl-X> cursor down one line
  210.  
  211.       <Home>  cursor to the beginning of the current line
  212.  
  213.       <End>  cursor to the end of the current line
  214.  
  215.       <PgUp>  cursor to the line 1 column 1
  216.  
  217.       <PgDn>  cursor to the last column of the last line of text
  218.  
  219.       <F9> or <Ctrl-Enter>  move the cursor from one field to the
  220.       start of the next field.
  221.  
  222.       <Ctrl-Rt Arrow> or <Ctrl-F>  cursor to the right one word
  223.  
  224.       <Ctrl-Lt Arrow> or <Ctrl-A>  cursor to the left one word
  225.  
  226.       <Ctrl-End>  delete from the cursor to the end of line
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.                                                         25
  240.  
  241.  
  242.       3by5 Chapter 4
  243.  
  244.       FONTS:  BOLD AND UNDERLINE
  245.  
  246.  
  247.       BOLD  <F6>  
  248.  
  249.       While typing text:  Press <F6> to designate the beginning of a
  250.       section of text to be printed in bold.  Type the text.  It will
  251.       be displayed in bold.  When you are finished typing the text in
  252.       bold, press <F6> again to turn off bold.
  253.  
  254.       Block of text:  Use <Alt-F4> to turn on the block command;
  255.       define the block of text and press <F6>.  The block of text
  256.       will be displayed in bold. 
  257.  
  258.       Alternatively, you can press <Alt-F4>, define a block of text
  259.       and then press <Alt-F4>.  The following prompt will be
  260.       displayed:
  261.  
  262.  
  263.         _____________________________________________________________________
  264.         1 Cut   2 Copy   3 Delete   4 Underline   5 Bold   6 Block off:  0
  265.         _____________________________________________________________________
  266.  
  267.       To convert the entire block of text to bold, press [5]. To
  268.       delete all bold within the block of text, press [3] and the
  269.       following prompt will be displayed:
  270.  
  271.         _____________________________________________________________________
  272.         Delete:  1 Underline   2 Bold   3 Text:  0
  273.         _____________________________________________________________________
  274.  
  275.       Press [2] to delete all bold in the block.
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.        26
  287.  
  288.  
  289.                                                  EDITING
  290.  
  291.       UNDERLINE <F8>  
  292.  
  293.       While typing text:  Press <F8> to designate the beginning of a
  294.       section of text to be underlined.  Type the text.  It will be
  295.       displayed with underline on monochrome monitors and in blue
  296.       on color monitors.  When you are finished typing the text in
  297.       bold, press <F8> again to turn off underline.
  298.  
  299.       Block of text:  Use <Alt-F4> to turn on the block command;
  300.       define the block of text and press <F8>.  The block of text
  301.       will be displayed in underline. 
  302.  
  303.       Alternatively, you can press <Alt-F4>, define a block of text
  304.       and then press <Alt-F4>.  The following prompt will be
  305.       displayed:
  306.  
  307.         _____________________________________________________________________
  308.         1 Cut   2 Copy   3 Delete   4 Underline   5 Bold   6 Block off:  0
  309.         _____________________________________________________________________
  310.  
  311.       To convert the entire block of text to underline press [4]. To
  312.       delete all bold within the block of text, press [3] and the
  313.       following prompt will be displayed:
  314.  
  315.         _____________________________________________________________________
  316.         Delete:  1 Underline   2 Bold   3 Text:  0
  317.         _____________________________________________________________________
  318.  
  319.       Press [1] to delete all underline in the block.
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.                                                         27
  334.  
  335.  
  336.       3by5 Chapter 4
  337.  
  338.       EDIT COMMANDS 
  339.  
  340.       Edit commands (such as block copy, print and quit) can be
  341.       issued by pressing <F7> for the following Edit Command Menu:
  342.  
  343.         _____________________________________________________________________
  344.         Search  Block  Insert  Retrieve  Print  Other  Hold  Quit 
  345.         Search a file <F2>
  346.         _____________________________________________________________________
  347.  
  348.  
  349.       The Auto Help Line (bottom line) displays information
  350.       about the command and the function key that can be used
  351.       to issue the command without using the Edit Command
  352.       Menu.  For example, the <F2> function key can be pressed
  353.       for the Search Command.
  354.  
  355.       Many of the Edit Commands can also be issued by pressing
  356.       a function key.  In the pages that follow the function key
  357.       assignments are indicated next to the name of the function.
  358.  
  359.  
  360.       EDIT-SEARCH Command <F2>
  361.  
  362.       The Search Command is used to search the same file or
  363.       another while editing.  Information from the search may be
  364.       placed in 3by5's temporary buffer and transferred to the
  365.       record being edited.
  366.  
  367.       Press [S] to start a search.  The commands are the same
  368.       as those for searching from the Main Menu and are
  369.       described in Chapter 5.
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.        28
  381.  
  382.  
  383.                                                  EDITING
  384.  
  385.       EDIT-BLOCK Command  <Alt-F4>    
  386.  
  387.       The Block Command is used to define a block of text that
  388.       will be cut, copied, or deleted.  It can also be used to turn
  389.       on or off underline or bold for the entire block of text. 
  390.       The cursor position when <Alt-F4> is pressed defines the
  391.       origin of the block of text.  You use the cursor control
  392.       keys (e.g. the arrow keys, <Pg Up>, <End>, etc.) to define
  393.       the block of text.  The current block of text is defined as
  394.       that text from the block origin to the current cursor
  395.       position.  It is highlighted in reverse video.
  396.  
  397.       After you have defined a block of text, you can copy it to
  398.       a temporary buffer, delete it, underline it, or convert it to
  399.       bold type.  Press <Alt-F4> and the program will prompt
  400.       you:
  401.  
  402.         _____________________________________________________________________
  403.         1 Cut  2 Copy  3 Delete  4 Underline  5 Bold  6 Block off:  0
  404.         _____________________________________________________________________
  405.  
  406.       Press <Enter> to return to the block definition or select
  407.       one of the following:
  408.  
  409.  
  410.       1.  Cut:  The cut block command copies the block of text
  411.           into the Temporary Text Buffer where it stays until
  412.           the buffer is filled with new text.  The block of text
  413.           is erased after it is copied to the buffer.
  414.  
  415.       2.  Copy:  The copy block command copies the block of
  416.           text into the Temporary Text Buffer where it stays
  417.           until the buffer is filled with new text.  This allows
  418.           you to copy the text to multiple places: within the
  419.           current record, to another record in the same file or
  420.           to another file.
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.                                                         29
  428.  
  429.  
  430.       3by5 Chapter 4
  431.  
  432.       3.  Delete:  The delete command deletes the current block
  433.           of text, or all bold or underline within the block:
  434.  
  435.               _________________________________________________________
  436.               Delete:  1 Underline   2 Bold   3 Text:  0
  437.               _________________________________________________________
  438.  
  439.  
  440.           Press [1] to delete all underline in the block of text.
  441.  
  442.           Press [2] to delete all bold in the block of text.
  443.  
  444.           Press [3] to delete all text defined by the highlight.
  445.  
  446.           NO COPY IS MADE BEFORE THE TEXT IS ERASED!  
  447.           Once you delete a block of text, you cannot restore
  448.           the original text. 
  449.  
  450.       4.  Underline:  underline all text in the block.
  451.  
  452.       5.  Bold:  The bold command causes all text in the block
  453.           to be printed and displayed in bold.
  454.  
  455.       6.  Block Off:  Press [0] to turn off the block command.
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.        30
  475.  
  476.  
  477.                                                  EDITING
  478.  
  479.       EDIT-INSERT Command  <Ctrl-F4>
  480.  
  481.       The Insert Command allows you to insert the block of text
  482.       in the Temporary Text Buffer at the current cursor
  483.       position.  The block of text must have been previously
  484.       defined by using the block Copy or Cut Commands.  The
  485.       insert command can be used to move a block of text (saved
  486.       in the temporary buffer with the Copy or Cut Command)
  487.       from one record to one or more other records (within the
  488.       same file or from one file to another).  This allows you to
  489.       create templates and insert them in each record you edit.
  490.  
  491.  
  492.  
  493.       EDIT-RETRIEVE RECORD Command  <Shift-F10> 
  494.  
  495.       This command retrieves a record from any open file and
  496.       inserts it in the record you are editing.  Press <Shift-F10>
  497.       and the program will display the files that are open.  If
  498.       more than one file is open, you will be asked to select a
  499.       file.  Type the number of the file.  The program will then
  500.       prompt you for the number of the record to retrieve. 
  501.       Type the number of the record and press <Enter>.  
  502.  
  503.  
  504.  
  505.       EDIT-PRINT Command  <Shift-F7>
  506.  
  507.       The current record will be printed using the current print
  508.       form.
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.                                                         31
  522.  
  523.  
  524.       3by5 Chapter 4
  525.  
  526.       EDIT-OTHER Command
  527.  
  528.       The following commands are available under the Other
  529.       Command:
  530.  
  531.  
  532.       EDIT-OTHER-SHEET Command  <Shift-F8>
  533.  
  534.       The Sheet Command is used to change the page length and
  535.       margins of the record you are editing or the default values
  536.       for the entire file.  
  537.  
  538.       The following parameters can be defined:
  539.  
  540.       Page Length
  541.  
  542.       The Page Length is the length of the page in lines.  A
  543.       standard 8.5 x 11 inch page has 66 lines (6 lines per
  544.       inch).  A 3by5 card has 18 lines per page.
  545.  
  546.  
  547.       Left Margin
  548.  
  549.       The Left Margin is the left margin for printing.  The left
  550.       margin of text is always positioned at column one of the
  551.       video screen.
  552.  
  553.  
  554.       Right Margin 
  555.  
  556.       The Right Margin is the right margin of printing.  Any
  557.       attempt to print past the right margin results in a carriage
  558.       return and new line feed.  
  559.  
  560.  
  561.       Top Margin
  562.  
  563.       The Top Margin is the number of lines the printer will
  564.       leave at the top of a page before printing records.  
  565.  
  566.  
  567.  
  568.        32
  569.  
  570.  
  571.                                                  EDITING
  572.  
  573.       Bottom Margin 
  574.  
  575.       The Bottom Margin is the number of lines the printer will
  576.       leave at the bottom of the page.
  577.  
  578.  
  579.       Conditional New Page
  580.  
  581.       This parameter defines how records will be split at page
  582.       boundaries when printing.  This parameter is fully defined
  583.       in Chapter 6 under the Print-Sheet Command.
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.                                                         33
  616.  
  617.  
  618.       3by5 Chapter 4
  619.  
  620.       Sheet Command for Standard 3by5, Program, Macro
  621.       Reference and Reference Style Files
  622.  
  623.       These files are considered data files and as such do not
  624.       contain printing information.  Only the right margin can be
  625.       changed.  This feature is strictly for editing purposes. 
  626.       Print margins are determined by the Print Form used to
  627.       print the contents of the data file.
  628.  
  629.       The following prompt will be displayed:
  630.         _____________________________________________________________________
  631.  
  632.         Right margin: (11 - 120)          76
  633.         _____________________________________________________________________
  634.  
  635.  
  636.       You can only change the right margin of a Standard 3by5
  637.       File, 3by5 Program File and Macro File.  The left margin is
  638.       fixed at column position 11 while editing.
  639.  
  640.       Other Sheet parameters (e.g. page length, top and bottom
  641.       margins) are determined by the Print Form used to print
  642.       the file.
  643.  
  644.       After you have typed the right margin, press <Enter> to
  645.       save the results.  The setting of the right margin affects
  646.       all records in the file.
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.        34
  663.  
  664.  
  665.                                                  EDITING
  666.  
  667.       Sheet Command for Print Form, Letter and Document Files
  668.  
  669.       The following screen will be displayed:
  670.         _____________________________________________________________________
  671.  
  672.  
  673.         Page length:   (0  - 66)               66
  674.         Left margin:   (1  - 110)              11
  675.         Right margin:  (11 - 120)              76
  676.         Top margin:    (0  - 25)                6
  677.         Bottom margin: (0  - 25)                6
  678.         Conditional:   (0  - 66)                1
  679.  
  680.  
  681.  
  682.  
  683.         <Esc> Cancel   <F10> save
  684.         _____________________________________________________________________
  685.  
  686.  
  687.       Enter the values and press <F10> to save the results.  The
  688.       program will prompt you:
  689.  
  690.  
  691.         _____________________________________________________________________
  692.         >Record< File  Erase
  693.         Set values for current record only
  694.         _____________________________________________________________________
  695.  
  696.       Press [R] to save the Sheet Parameters for the record you
  697.       are editing (no other records are affected).
  698.  
  699.       Press [F] to make the Sheet Parameters the default values
  700.       for the entire file.
  701.  
  702.       Press [E] to erase the Sheet Parameters for the current
  703.       record and reset them to the default values of the file.
  704.  
  705.  
  706.  
  707.  
  708.  
  709.                                                         35
  710.  
  711.  
  712.       3by5 Chapter 4
  713.  
  714.       EDIT-OTHER-COUNT Command  <Ctrl-F1>  
  715.  
  716.       The Count Command displays the number of characters in
  717.       the current record at the bottom of the screen.  Press any
  718.       key to continue editing.
  719.  
  720.  
  721.       EDIT-OTHER-FIELD Command <Shift-F9>
  722.  
  723.       The Field On/Off Command will turn off the predefined
  724.       fields in a record so that you may add additional fields to
  725.       a record or move fields around.  The key works as a
  726.       toggle switch.  When fields are off, <F9> or <Ctrl-Enter>
  727.       insert an end of field mark at the cursor position (|<).
  728.  
  729.  
  730.       EDIT-OTHER-LOAD Command
  731.  
  732.       The Load Command is used to load the contents of the
  733.       current record into memory: a Print Form for Printing, a
  734.       Reference Style Form for the Reference Manager, or a
  735.       Macro record.
  736.  
  737.  
  738.       EDIT-OTHER-DATE Command <Shift-F5> 
  739.  
  740.       The Date Command is used to insert the current date,
  741.       time, or date and time at the current cursor location.  The
  742.       Date Command gives you the option of changing the format
  743.       of the date (e.g 11/21/88 or 11-21-88).
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.        36
  757.  
  758.  
  759.                                                  EDITING
  760.  
  761.       HOLD <Shift-F3>
  762.  
  763.       The Hold Command temporarily suspends editing and
  764.       returns the program to the Main Menu.  The 3by5 Status
  765.       Line at the top of the screen will display the word "Hold"
  766.       after the name of the file you were editing.  You may then
  767.       perform other tasks (for example: open another file, search
  768.       or edit a file).  When you are finished and are at the Main
  769.       Menu Command, press [Q] to Quit and you will be returned
  770.       to the place at which you placed editing on hold.
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.                                                         37
  804.  
  805.  
  806.       3by5 Chapter 4
  807.  
  808.       QUIT COMMAND 
  809.  
  810.       The Quit Command has several options:
  811.  
  812.         _____________________________________________________________________
  813.         >Save< Abort  Next  Previous  Goto  Bypass
  814.         Save record; return to parent task
  815.         _____________________________________________________________________
  816.  
  817.  
  818.           Save saves the record and returns you to the parent
  819.           task (Main Menu or Search).
  820.  
  821.           Abort aborts the editing of the record.  No changes
  822.           are saved, and you are returned to the parent task
  823.           (Main Menu or Search).
  824.  
  825.           Next saves the record and moves to the next record.
  826.  
  827.           Previous saves the record and moves to the previous
  828.           record.
  829.  
  830.           Goto saves the record and allows you to select the
  831.           next record to edit.
  832.  
  833.           Bypass aborts the editing of the record and allows you
  834.           to select the next record to edit.
  835.  
  836.  
  837.           Alternative methods of doing the above are:
  838.  
  839.           <F10> or <Ctrl-PgDn>  saves the edited record and
  840.           moves to the next record in the file.
  841.  
  842.           <Ctrl-PgUp>  saves the edited record and moves to the
  843.           previous record.
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.        38
  851.  
  852.  
  853.                                                  EDITING
  854.  
  855.       This page reserved for notes.
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.                                                         39
  898.  
  899.  
  900.       3by5 Chapter 4
  901.  
  902.           
  903.              
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.        40
  945.